home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / handscan.arc / MARSTEK.DOC < prev    next >
Text File  |  1990-06-26  |  1KB  |  31 lines

  1.                 Marstek Documentation
  2.     ZSoft Corporation's MARSTEK.SYS is designed to work with the 
  3.     Marstek 105, 128 and 800 hand scanners. This scanner device driver 
  4.     has only two options: scanner type and DMA channel.
  5.     
  6.     Scanner type:    /1        Marstek 105
  7.             /2        Marstek 128
  8.             /3        Marstek 800 LoRes (100-400 dpi)
  9.             /4        Marstek 800 HiRes (500-800 dpi)
  10.  
  11.     Note:     Marstek 800 requires that the DIP switch underneath
  12.         the handscanner be set to '0' with the /3 CONFIG.SYS
  13.         option and to '1' for the /4 option.
  14.  
  15.     DMA channel:    /C1        DMA channel 1
  16.             /C3        DMA channel 3
  17.     
  18.     Example CONFIG.SYS entry:
  19.             DEVICE=MARSTEK.SYS /2 /C3
  20.  
  21.     The driver is setup for the Marstek 128 and DMA channel 3.
  22.  
  23.     These Marstek handscanners do not support interrupts, therefore 
  24.     to obtain the best performance, MARSTEK.SYS requires EMS.
  25.  
  26.     Paint Brush may save buffers to the hard disk during the scan. 
  27.     When the disk is accessed, scanlines can be lost, resulting in gaps 
  28.     in the image. The entire scan may be scanned to Expanded Memory and 
  29.     then read back as required, greatly reducing the chance of losing 
  30.     scanlines.
  31.